From 3b960961f5470c9fbbbb41340af3e0c0d8e85bce Mon Sep 17 00:00:00 2001 From: cinamod Date: Tue, 7 Oct 2003 20:07:49 +0000 Subject: [PATCH] remove C++ comments --- modules/engines/ms-windows/xp_theme.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/engines/ms-windows/xp_theme.c b/modules/engines/ms-windows/xp_theme.c index 68ced71717..b529f8b1d4 100755 --- a/modules/engines/ms-windows/xp_theme.c +++ b/modules/engines/ms-windows/xp_theme.c @@ -672,10 +672,10 @@ xp_theme_is_drawable (XpThemeElement element) if (is_theme_active_func) { gboolean active = (*is_theme_active_func) (); - // A bit of a hack, but it at least detects theme - // switches between XP and classic looks on systems - // using older GTK+ version (2.2.0-?) that do not - // support theme switch detection (gdk_window_add_filter). + /* A bit of a hack, but it at least detects theme + switches between XP and classic looks on systems + using older GTK+ version (2.2.0-?) that do not + support theme switch detection (gdk_window_add_filter). */ if (active != was_theming_active) { xp_theme_reset (); -- 2.30.2